/* Lets give focus outlines back */
body form.search-form button:focus,
body select:focus,
body textarea:focus,
body input[type=url]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body input[type=time]:focus,
body input[type=date]:focus,
body input[type=datetime]:focus,
body input[type=datetime-local]:focus,
body input[type=email]:focus,
body input[type=number]:focus,
body input[type=search]:focus,
body input[type=password]:focus,
body .ct-widget select:focus,
body fieldset .wc-stripe-elements-field:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

body #search-modal input {
  --form-field-border-initial-color: rgba(255, 255, 255, 0.5);
}